-
Notifications
You must be signed in to change notification settings - Fork 28
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
dependabot
wants to merge
555
commits into
master
from
dependabot/npm_and_yarn/frontend/npm_and_yarn-e1bd09aee8
Closed
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates #100
dependabot
wants to merge
555
commits into
master
from
dependabot/npm_and_yarn/frontend/npm_and_yarn-e1bd09aee8
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… clean up imports
…nd enhance observation handling
Implements ReAct agent mode in OpenAI / LLM node.
Implements authentication, session, and JWT
…point during agent mode toggle
Enhances agentic memory
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.36.0 to 0.38.0 - [Commits](golang/net@v0.36.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
…nt variable support
…text prompts in useAgentNode
…slicing for large images
…ing and UI updates
- Removed the old completions implementation and replaced it with a new OpenAI client using the Go SDK. - Updated the `go.mod` file to remove unused dependencies and added the OpenAI SDK. - Modified various agent files to utilize the new LLM client for generating embeddings and handling chat completions. - Excluded specific Vue components from TypeScript compilation. - Improved error handling and logging in LLM calls.
…ndling feat: add cache_prompt option in useCompletionsApi for better API management feat: update Chat component to handle Enter key for message sending fix: improve error handling in code evaluation and web content fetching docs: add comprehensive LLM documentation for THUDM/SWE-Dev-32B model
Multiple bug fixes and enhancements.
- Deleted the main.go file which contained the SearchDDG function for DuckDuckGo search. - Enhanced the RunSessionWithHook method in engine.go to include a detailed prompt for the agent, outlining available tools and usage instructions. - Updated the format for tool invocation and added rules for agent behavior, emphasizing the use of the code_eval tool for creating custom solutions when necessary. - Improved the structure of the assistant worker information and integrated it into the system prompt for better clarity.
Improve ReAct Agent and remove deprecated code
feat: update chat image to depict latest ui design
…rontend/npm_and_yarn-d693a2dec6 build(deps): bump the npm_and_yarn group across 1 directory with 2 updates
…dates Bumps the npm_and_yarn group with 2 updates in the /frontend directory: [axios](https://github.com/axios/axios) and [brace-expansion](https://github.com/juliangruber/brace-expansion). Updates `axios` from 1.8.3 to 1.8.4 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.8.3...v1.8.4) Updates `brace-expansion` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v2.0.1...v2.0.2) Updates `brace-expansion` from 1.1.11 to 2.0.2 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 2.0.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: brace-expansion dependency-version: 2.0.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 2 updates in the /frontend directory: axios and brace-expansion.
Updates
axiosfrom 1.8.3 to 1.8.4Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
9f6f97bchore(release): v1.8.4 (#6844)f10c2e0fix(buildFullPath): handleallowAbsoluteUrls: falsewithoutbaseURL(#6833)1e6632cchore(deps): bump tj-actions/changed-files in the github-actions group (#6838)Updates
brace-expansionfrom 2.0.1 to 2.0.2Release notes
Sourced from brace-expansion's releases.
Commits
a3efcee2.0.214f1d91pkg: publish on tag 2.xed7780afmt36603d5Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)Updates
brace-expansionfrom 1.1.11 to 2.0.2Release notes
Sourced from brace-expansion's releases.
Commits
a3efcee2.0.214f1d91pkg: publish on tag 2.xed7780afmt36603d5Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.